home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / WASTE Object Handlers 1.2.2.sit / WASTE Object Handlers 1.2.2 / Other Headers / GetFileIcon.h next >
Text File  |  1996-07-16  |  429b  |  25 lines

  1. /* ------------------ GetFileIcon.h ------------------- */
  2.  
  3. #ifndef __GETFILEICON__
  4. #define __GETFILEICON__
  5.  
  6. #ifndef __ICONS__
  7. #include <Icons.h>
  8. #endif
  9. #ifndef __FINDER__
  10. #include <Finder.h>
  11. #endif
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. pascal OSErr GetFileIcon( FSSpec *thing, IconSelectorValue iconSelector, Handle *theSuite);
  18. Boolean IsSuiteEmpty( Handle theSuite );
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif // __GETFILEICON__
  25.